Skip to main content
GET
Get shipping destination

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

customerId
string
required

Response

200 - application/json
destination
enum<string>
required

Whether shipping uses the billing address or a saved shipping address.

Available options:
billing_address,
shipping_address
Example:

"shipping_address"

address
object
required

Resolved billing or shipping address, or null when no address exists for the selected destination.